Uses of Class
org.apache.pulsar.client.impl.auth.oauth2.protocol.TokenExchangeException
Packages that use TokenExchangeException
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
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.