Package | Description |
---|---|
com.oracle.bmc.apmsynthetics.model |
Modifier and Type | Method and Description |
---|---|
static OAuthSchemes |
OAuthSchemes.create(String key) |
OAuthSchemes |
RequestAuthenticationDetails.getOauthScheme()
Request HTTP OAuth scheme.
|
static OAuthSchemes |
OAuthSchemes.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OAuthSchemes[] |
OAuthSchemes.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
RequestAuthenticationDetails.Builder |
RequestAuthenticationDetails.Builder.oauthScheme(OAuthSchemes oauthScheme)
Request HTTP OAuth scheme.
|
Constructor and Description |
---|
RequestAuthenticationDetails(OAuthSchemes oauthScheme,
String authUserName,
String authUserPassword,
String authToken,
String authUrl,
List<Header> authHeaders,
RequestMethods authRequestMethod,
String authRequestPostBody)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.