Uses of Class
io.camunda.identity.sdk.authentication.Tokens
Packages that use Tokens
Package
Description
-
Uses of Tokens in io.camunda.identity.sdk.authentication
Fields in io.camunda.identity.sdk.authentication with type parameters of type TokensMethods in io.camunda.identity.sdk.authentication that return TokensModifier and TypeMethodDescriptionAuthentication.exchangeAuthCode(AuthCodeDto authCodeDto, String redirectUri) Exchanges provided auth code with access tokens.Authentication.renewToken(String refreshToken) Exchanges provided refresh token with an access tokens.protected abstract TokensAbstractAuthentication.requestFreshToken(String audience) AbstractAuthentication.requestToken(String audience) Requests a client token from the cache if available.Authentication.requestToken(String audience) Requests a client token from the cache if available. -
Uses of Tokens in io.camunda.identity.sdk.cache
Methods in io.camunda.identity.sdk.cache that return types with arguments of type TokensMethods in io.camunda.identity.sdk.cache with parameters of type TokensModifier and TypeMethodDescriptionClientTokenCacheExpiryPolicy.getExpiryForCreation(String audience, Tokens tokens) ClientTokenCacheExpiryPolicy.getExpiryForUpdate(String s, Supplier<? extends Tokens> supplier, Tokens tokens) Method parameters in io.camunda.identity.sdk.cache with type arguments of type Tokens -
Uses of Tokens in io.camunda.identity.sdk.impl.auth0.authentication
Methods in io.camunda.identity.sdk.impl.auth0.authentication that return TokensModifier and TypeMethodDescriptionAuth0Authentication.exchangeAuthCode(AuthCodeDto authCodeDto, String redirectUri) Auth0Authentication.renewToken(String refreshToken) protected TokensAuth0Authentication.requestFreshToken(String audience) -
Uses of Tokens in io.camunda.identity.sdk.impl.generic
Methods in io.camunda.identity.sdk.impl.generic that return TokensModifier and TypeMethodDescriptionGenericAuthentication.exchangeAuthCode(AuthCodeDto authCodeDto, String redirectUri) protected TokensGenericAuthentication.fromAccessTokenDto(AccessTokenDto dto) GenericAuthentication.renewToken(String refreshToken) protected TokensGenericAuthentication.requestFreshToken(String audience) -
Uses of Tokens in io.camunda.identity.sdk.impl.keycloak
Methods in io.camunda.identity.sdk.impl.keycloak that return TokensModifier and TypeMethodDescriptionKeycloakAuthentication.exchangeAuthCode(AuthCodeDto authCodeDto, String redirectUri) KeycloakAuthentication.renewToken(String refreshToken) protected TokensKeycloakAuthentication.requestFreshToken(String audience) -
Uses of Tokens in io.camunda.identity.sdk.impl.microsoft
Methods in io.camunda.identity.sdk.impl.microsoft that return TokensModifier and TypeMethodDescriptionprotected TokensMicrosoftAuthentication.requestFreshToken(String audience)