Uses of Class
io.camunda.identity.sdk.authentication.AccessToken
Packages that use AccessToken
-
Uses of AccessToken in io.camunda.identity.sdk.authentication
Methods in io.camunda.identity.sdk.authentication that return AccessTokenModifier and TypeMethodDescriptionAbstractAuthentication.verifyToken(String token) Verifies the validity of the passed token.AbstractAuthentication.verifyToken(String token, String organizationId) Verifies the validity of the passed token and organisation.protected AccessTokenAbstractAuthentication.verifyToken(String token, String audience, String organizationId) Verifies the validity of the passed token.Authentication.verifyToken(String token) Verifies the validity of the passed token.Authentication.verifyToken(String token, String organizationId) Verifies the validity of the passed token and organisation.AbstractAuthentication.verifyTokenIgnoringAudience(String token) Authentication.verifyTokenIgnoringAudience(String token) Verifies the validity of the passed token.