Uses of Class
org.forgerock.am.oauth2.AccessTokenResponse.Builder
Package
Description
This package contains the client credentials OAuth2 API.
-
Uses of AccessTokenResponse.Builder in org.forgerock.am.oauth2
Modifier and TypeMethodDescriptionAccessTokenResponse.Builder.accessToken
(String accessToken) Sets the access token.static AccessTokenResponse.Builder
AccessTokenResponse.builder()
Provides a builder instance to help construct a new access token response.Sets the expires in duration.Sets the scopes associated with access token.Sets the token type.