| Package | Description |
|---|---|
| com.konfigthis.splitit.client.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 |
RetryingOAuth.setFlow(OAuthFlow flow)
Set the OAuth flow
|
| Constructor and Description |
|---|
RetryingOAuth(String tokenUrl,
String clientId,
OAuthFlow flow,
String clientSecret,
Map<String,String> parameters) |
Copyright © 2023. All rights reserved.