Uses of Class
org.apache.pulsar.client.impl.auth.oauth2.protocol.TokenExchangeException
-
Packages that use TokenExchangeException Package Description org.apache.pulsar.client.impl.auth.oauth2.protocol 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 TokenExchangeException Modifier and Type Method Description TokenResultClientCredentialsExchanger. exchangeClientCredentials(ClientCredentialsExchangeRequest req)Requests an exchange of client credentials for an access token.TokenResultTokenClient. exchangeClientCredentials(ClientCredentialsExchangeRequest req)Performs a token exchange using client credentials.
-