| Package | Description |
|---|---|
| org.mule.runtime.extension.api.connectivity.oauth | |
| org.mule.runtime.extension.api.security |
| Modifier and Type | Method and Description |
|---|---|
CredentialsPlacement |
ClientCredentialsGrantType.getCredentialsPlacement() |
CredentialsPlacement |
AuthorizationCodeGrantType.getCredentialsPlacement() |
| Constructor and Description |
|---|
AuthorizationCodeGrantType(String accessTokenUrl,
String authorizationUrl,
String accessTokenExpr,
String expirationRegex,
String refreshTokenExpr,
String defaultScope,
CredentialsPlacement credentialsPlacement,
boolean includeRedirectUriInRefreshTokenRequest)
Creates a new instance
|
ClientCredentialsGrantType(String tokenUrl,
String accessTokenExpr,
String expirationRegex,
String defaultScopes,
CredentialsPlacement credentialsPlacement)
Creates a new instance
|
| Modifier and Type | Method and Description |
|---|---|
static CredentialsPlacement |
CredentialsPlacement.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CredentialsPlacement[] |
CredentialsPlacement.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2025 MuleSoft, Inc.. All rights reserved.