Uses of Class
com.okta.sdk.resource.OAuth2ClaimType
-
Packages that use OAuth2ClaimType Package Description com.okta.sdk.resource -
-
Uses of OAuth2ClaimType in com.okta.sdk.resource
Methods in com.okta.sdk.resource that return OAuth2ClaimType Modifier and Type Method Description OAuth2ClaimType
OAuth2Claim. getClaimType()
static OAuth2ClaimType
OAuth2ClaimType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static OAuth2ClaimType[]
OAuth2ClaimType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.okta.sdk.resource with parameters of type OAuth2ClaimType Modifier and Type Method Description OAuth2Claim
OAuth2Claim. setClaimType(OAuth2ClaimType claimType)
-