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 Map<Map.Entry<String,String>,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 Stream<Challenge>Response. getChallenges()Gets the RFC 7235 authentication challenges of this response.default Stream<Challenge>Response. getChallenges(String authenticationScheme)Gets the RFC 7235 authentication challenges for the given scheme of this response.
-