| Package | Description |
|---|---|
| io.formapi.auth |
| Modifier and Type | Method and Description |
|---|---|
static OAuthFlow |
OAuthFlow.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OAuthFlow[] |
OAuthFlow.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OAuth.setFlow(OAuthFlow flow) |
| Constructor and Description |
|---|
OAuth(OAuthFlow flow,
String authorizationUrl,
String tokenUrl,
String scopes) |
Copyright © 2019. All rights reserved.