@NoInstantiate public final class ImmutableAuthCodeRequest extends Object implements org.mule.runtime.extension.api.connectivity.oauth.AuthCodeRequest
AuthCodeRequestAuthCodeRequest| Constructor and Description |
|---|
ImmutableAuthCodeRequest(String resourceOwnerId,
String scopes,
String state,
Optional<String> externalCallbackUrl) |
| Modifier and Type | Method and Description |
|---|---|
Optional<String> |
getExternalCallbackUrl() |
String |
getResourceOwnerId() |
Optional<String> |
getScopes() |
Optional<String> |
getState() |
public String getResourceOwnerId()
getResourceOwnerId in interface org.mule.sdk.api.connectivity.oauth.AuthCodeRequestpublic Optional<String> getScopes()
getScopes in interface org.mule.sdk.api.connectivity.oauth.AuthCodeRequestpublic Optional<String> getState()
getState in interface org.mule.sdk.api.connectivity.oauth.AuthCodeRequestCopyright © 2003–2024 MuleSoft, Inc.. All rights reserved.