Uses of Class
org.javacord.api.util.auth.Challenge
-
Packages that use Challenge Package Description org.javacord.api.util.auth -
-
Uses of Challenge in org.javacord.api.util.auth
Fields in org.javacord.api.util.auth with type parameters of type Challenge Modifier and Type Field Description static java.util.Map<java.util.Map.Entry<java.lang.String,java.lang.String>,java.util.List<Challenge>>Response. CHALLENGES_CACHEMethods in org.javacord.api.util.auth that return types with arguments of type Challenge Modifier and Type Method Description default java.util.stream.Stream<Challenge>Response. getChallenges()Gets the RFC 7235 authentication challenges of this response.default java.util.stream.Stream<Challenge>Response. getChallenges(java.lang.String authenticationScheme)Gets the RFC 7235 authentication challenges for the given scheme of this response.
-