public final class AuthCodeConfig extends Object
| Constructor and Description |
|---|
AuthCodeConfig(String consumerKey,
String consumerSecret,
String authorizationUrl,
String accessTokenUrl,
String scope,
String resourceOwnerId,
String before,
String after) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccessTokenUrl() |
Optional<String> |
getAfter() |
String |
getAuthorizationUrl() |
Optional<String> |
getBefore() |
String |
getConsumerKey() |
String |
getConsumerSecret() |
String |
getResourceOwnerId() |
Optional<String> |
getScope() |
Copyright © 2003–2024 MuleSoft, Inc.. All rights reserved.