| Package | Description |
|---|---|
| com.criteo.marketing.auth |
| Modifier and Type | Method and Description |
|---|---|
static OAuthFlow |
OAuthFlow.valueOf(java.lang.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) |
| Constructor and Description |
|---|
RetryingOAuth(java.lang.String tokenUrl,
java.lang.String clientId,
OAuthFlow flow,
java.lang.String clientSecret,
java.util.Map<java.lang.String,java.lang.String> parameters) |
Copyright © 2021. All rights reserved.