Uses of Class
org.forgerock.am.oauth2.AccessTokenRequest.GrantType
-
Packages that use AccessTokenRequest.GrantType Package Description org.forgerock.am.oauth2 This package contains the client credentials OAuth2 API. -
-
Uses of AccessTokenRequest.GrantType in org.forgerock.am.oauth2
Methods in org.forgerock.am.oauth2 that return AccessTokenRequest.GrantType Modifier and Type Method Description AccessTokenRequest.GrantType
AccessTokenRequest. getGrantType()
static AccessTokenRequest.GrantType
AccessTokenRequest.GrantType. valueOf(String name)
Returns the enum constant of this type with the specified name.static AccessTokenRequest.GrantType[]
AccessTokenRequest.GrantType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.forgerock.am.oauth2 with parameters of type AccessTokenRequest.GrantType Modifier and Type Method Description AccessTokenRequest.Builder
AccessTokenRequest.Builder. grantType(AccessTokenRequest.GrantType grantType)
-