Uses of Class
jakarta.security.enterprise.identitystore.openid.AccessToken.Type
-
Packages that use AccessToken.Type Package Description jakarta.security.enterprise.identitystore.openid -
-
Uses of AccessToken.Type in jakarta.security.enterprise.identitystore.openid
Methods in jakarta.security.enterprise.identitystore.openid that return AccessToken.Type Modifier and Type Method Description AccessToken.Type
AccessToken. getType()
static AccessToken.Type
AccessToken.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static AccessToken.Type[]
AccessToken.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-