| Modifier and Type | Method and Description |
|---|---|
static OauthType |
OauthType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OauthType[] |
OauthType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Optional<OauthType> |
OauthType.getByValue(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
OauthDataHolder.setOauthTypeAndToken(@Nullable OauthType oauthType,
@Nullable String token) |
Copyright © 2020. All rights reserved.