Uses of Class
io.camunda.identity.sdk.authentication.exception.CodeExchangeException
Packages that use CodeExchangeException
Package
Description
-
Uses of CodeExchangeException in io.camunda.identity.sdk.authentication
Methods in io.camunda.identity.sdk.authentication that throw CodeExchangeExceptionModifier and TypeMethodDescriptionAuthentication.exchangeAuthCode(AuthCodeDto authCodeDto, String redirectUri) Exchanges provided auth code with access tokens. -
Uses of CodeExchangeException in io.camunda.identity.sdk.impl.auth0.authentication
Methods in io.camunda.identity.sdk.impl.auth0.authentication that throw CodeExchangeExceptionModifier and TypeMethodDescriptionAuth0Authentication.exchangeAuthCode(AuthCodeDto authCodeDto, String redirectUri) -
Uses of CodeExchangeException in io.camunda.identity.sdk.impl.generic
Methods in io.camunda.identity.sdk.impl.generic that throw CodeExchangeExceptionModifier and TypeMethodDescriptionGenericAuthentication.exchangeAuthCode(AuthCodeDto authCodeDto, String redirectUri) -
Uses of CodeExchangeException in io.camunda.identity.sdk.impl.keycloak
Methods in io.camunda.identity.sdk.impl.keycloak that throw CodeExchangeExceptionModifier and TypeMethodDescriptionKeycloakAuthentication.exchangeAuthCode(AuthCodeDto authCodeDto, String redirectUri)