| Package | Description |
|---|---|
| com.sap.cloud.security.token |
| Modifier and Type | Method and Description |
|---|---|
static GrantType |
GrantType.from(String claimName) |
default GrantType |
Token.getGrantType()
Returns the grant type of the jwt token.
|
static GrantType |
GrantType.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.
|
Copyright © 2022. All rights reserved.