Uses of Class
com.pingidentity.sdk.oauth20.AccessToken
-
Packages that use AccessToken Package Description com.pingidentity.sdk.oauth20 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 AccessToken Modifier and Type Method Description AccessTokenAccessTokenRevocable. getAccessToken(String rawAccessToken)Gets theAccessTokenobject that represents theStringvalue of the access tokenAccessTokenBearerAccessTokenManagementPlugin. validateAccessToken(String accessTokenValue)Validates theAccessTokenand updates the expiration of the token if it hasn't yet expired.
-