Uses of Class
com.sap.cloud.security.token.GrantType
-
Packages that use GrantType Package Description com.sap.cloud.security.token -
-
Uses of GrantType in com.sap.cloud.security.token
Methods in com.sap.cloud.security.token that return GrantType Modifier and Type Method Description static GrantTypeGrantType. from(String claimName)default GrantTypeToken. getGrantType()Returns the grant type of the jwt token.static GrantTypeGrantType. valueOf(String name)Returns the enum constant of this type with the specified name.static GrantType[]GrantType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-