| Package | Description |
|---|---|
| org.wso2.am.integration.clients.store.api.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) |
| Constructor and Description |
|---|
RetryingOAuth(String tokenUrl,
String clientId,
OAuthFlow flow,
String clientSecret,
Map<String,String> parameters) |
Copyright © 2021 WSO2 Inc. All rights reserved.