Uses of Class
org.apache.pulsar.client.impl.auth.oauth2.protocol.TokenExchangeException
Packages that use TokenExchangeException
-
Uses of TokenExchangeException in org.apache.pulsar.client.impl.auth.oauth2.protocol
Methods in org.apache.pulsar.client.impl.auth.oauth2.protocol that throw TokenExchangeExceptionModifier and TypeMethodDescriptionClientCredentialsExchanger.exchangeClientCredentials(ClientCredentialsExchangeRequest req) Requests an exchange of client credentials for an access token.TokenClient.exchangeClientCredentials(ClientCredentialsExchangeRequest req) Performs a token exchange using client credentials.