public enum OAuth2GrantType extends Enum
| Enum constant | Description |
|---|---|
AUTHORIZATION_CODE |
|
CLIENT_CREDENTIALS |
|
PASSWORD_CREDENTIALS |
|
REFRESH_TOKEN |
| Type Params | Return Type | Name and description |
|---|---|---|
|
public static OAuth2GrantType |
fromDisplayName(String displayName) |
|
public String |
getDisplayName() |
Groovy Documentation