Uses of Interface
org.javacord.api.util.auth.Route
-
Packages that use Route Package Description org.javacord.api.util.auth -
-
Uses of Route in org.javacord.api.util.auth
Methods in org.javacord.api.util.auth with parameters of type Route Modifier and Type Method Description Map<String,List<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.
-