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 ClaimsScopeClaimsScope. getByName(String name)Get aClaimsScopeinstance by a name.static ClaimsScopeClaimsScope. 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.
-