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