Uses of Interface
org.javacord.api.util.auth.Response
-
Packages that use Response Package Description org.javacord.api.util.auth -
-
Uses of Response in org.javacord.api.util.auth
Methods in org.javacord.api.util.auth with parameters of type Response Modifier and Type Method Description java.util.Map<java.lang.String,java.util.List<java.lang.String>>Authenticator. authenticate(Route route, Request request, Response response)Gets authentication headers to authenticate against a remove server for the call described by the given parameters.
-