public class GrantType extends Object
| Modifier and Type | Field and Description |
|---|---|
static GrantType |
AUTHORIZATION_CODE |
static GrantType |
DEVICE_CODE |
static GrantType |
JWT_CODE |
static GrantType |
REFRESH_TOKEN |
| Modifier and Type | Method and Description |
|---|---|
static GrantType |
fromString(String value) |
String |
getValue() |
String |
toString() |
Copyright © 2025. All rights reserved.