| Package | Description |
|---|---|
| com.mulesoft.connectivity.rest.sdk.internal.connectormodel.builder | |
| com.mulesoft.connectivity.rest.sdk.internal.connectormodel.security |
| Modifier and Type | Method and Description |
|---|---|
SecuritySchemeBuilder |
SecuritySchemeBuilder.grantType(OAuth2Scheme.GrantType grantType) |
| Modifier and Type | Method and Description |
|---|---|
OAuth2Scheme.GrantType |
OAuth2Scheme.getGrantType() |
static OAuth2Scheme.GrantType |
OAuth2Scheme.GrantType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OAuth2Scheme.GrantType[] |
OAuth2Scheme.GrantType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
OAuth2Scheme(String displayName,
String alias,
OAuth2Scheme.GrantType grantType,
String authorizationUri,
String accessTokenUri,
List<String> scopes,
List<Parameter> queryParameters,
List<Parameter> headers,
TestConnectionConfig testConnectionConfig,
String refreshTokenConditionExpression,
boolean refined) |
Copyright © 2022. All rights reserved.