Uses of Class
com.pingidentity.sdk.oauth20.AccessToken
Packages that use AccessToken
Package
Description
A plugin interface, with associated classes, for issuing and validating access tokens.
-
Uses of AccessToken in com.pingidentity.sdk.oauth20
Methods in com.pingidentity.sdk.oauth20 that return AccessTokenModifier and TypeMethodDescriptionAccessTokenRevocable.getAccessToken(String rawAccessToken) Gets theAccessTokenobject that represents theStringvalue of the access tokenBearerAccessTokenManagementPlugin.validateAccessToken(String accessTokenValue) Validates theAccessTokenand updates the expiration of the token if it hasn't yet expired.