Uses of Annotation Type
io.camunda.identity.sdk.annotation.RequiresOAuthCredentials
Packages that use RequiresOAuthCredentials
-
Uses of RequiresOAuthCredentials in io.camunda.identity.sdk.authentication
Methods in io.camunda.identity.sdk.authentication with annotations of type RequiresOAuthCredentialsModifier and TypeMethodDescriptionAuthentication.authorizeUriBuilder(String redirectUri) Returns a new Authorize uri builder.Authentication.exchangeAuthCode(AuthCodeDto authCodeDto, String redirectUri) Exchanges provided auth code with access tokens.Authentication.renewToken(String refreshToken) Exchanges provided refresh token with an access tokens.Authentication.requestToken(String audience) Requests a client token from the cache if available.voidAuthentication.revokeToken(String refreshToken) Logs out from Identity backend.Authentication.singleSignOut(String refreshToken, String callbackUrl) Logs out from Identity backend based on the configuration, one of these cases is possible: 1.