Uses of Class
com.authlete.common.types.ClaimsScope
-
Packages that use ClaimsScope Package Description com.authlete.common.types Enum definitions and lists of pre-defined constants. -
-
Uses of ClaimsScope in com.authlete.common.types
Methods in com.authlete.common.types that return ClaimsScope Modifier and Type Method Description static ClaimsScope
ClaimsScope. getByName(String name)
Get aClaimsScope
instance by a name.static ClaimsScope
ClaimsScope. valueOf(String name)
Returns the enum constant of this type with the specified name.static ClaimsScope[]
ClaimsScope. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-