Uses of Class
eu.webtoolkit.jwt.auth.OAuthAccessToken
Packages that use OAuthAccessToken
-
Uses of OAuthAccessToken in eu.webtoolkit.jwt.auth
Fields in eu.webtoolkit.jwt.auth declared as OAuthAccessTokenModifier and TypeFieldDescriptionstatic final OAuthAccessTokenOAuthAccessToken.InvalidAn invalid token constant.Methods in eu.webtoolkit.jwt.auth that return OAuthAccessTokenModifier and TypeMethodDescriptionOAuthProcess.getToken()Returns the access token.protected OAuthAccessTokenOAuthProcess.parseTokenResponse(eu.webtoolkit.jwt.auth.HttpMessage response) Parses the response for a token request.Methods in eu.webtoolkit.jwt.auth that return types with arguments of type OAuthAccessTokenMethods in eu.webtoolkit.jwt.auth with parameters of type OAuthAccessTokenModifier and TypeMethodDescriptionvoidOAuthProcess.getIdentity(OAuthAccessToken token) Obtains an authenticated identity.voidOidcProcess.getIdentity(OAuthAccessToken token) Obtains an authenticated identity.