Uses of Interface
org.javacord.api.util.auth.Authenticator
-
Packages that use Authenticator Package Description org.javacord.api org.javacord.api.internal -
-
Uses of Authenticator in org.javacord.api
Methods in org.javacord.api with parameters of type Authenticator Modifier and Type Method Description DiscordApiBuilderDiscordApiBuilder. setProxyAuthenticator(Authenticator authenticator)Sets the authenticator that should be used to authenticate against proxies that require it. -
Uses of Authenticator in org.javacord.api.internal
Methods in org.javacord.api.internal with parameters of type Authenticator Modifier and Type Method Description voidDiscordApiBuilderDelegate. setProxyAuthenticator(Authenticator authenticator)Sets the authenticator that should be used to authenticate against proxies that require it.
-