public class DefaultAuthorizationCodeRequest extends Object implements org.mule.runtime.oauth.api.AuthorizationCodeRequest
AuthorizationCodeRequest.| Constructor and Description |
|---|
DefaultAuthorizationCodeRequest(String resourceOwnerId,
String authorizationUrl,
String tokenUrl,
String clientId,
String clientSecret,
String scopes,
String state) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthorizationUrl() |
String |
getClientId() |
String |
getClientSecret() |
String |
getResourceOwnerId() |
String |
getScopes() |
Optional<String> |
getState() |
String |
getTokenUrl() |
public String getResourceOwnerId()
getResourceOwnerId in interface org.mule.runtime.oauth.api.AuthorizationCodeRequestpublic String getAuthorizationUrl()
getAuthorizationUrl in interface org.mule.runtime.oauth.api.AuthorizationCodeRequestpublic String getTokenUrl()
getTokenUrl in interface org.mule.runtime.oauth.api.AuthorizationCodeRequestpublic String getClientId()
getClientId in interface org.mule.runtime.oauth.api.AuthorizationCodeRequestpublic String getClientSecret()
getClientSecret in interface org.mule.runtime.oauth.api.AuthorizationCodeRequestpublic String getScopes()
getScopes in interface org.mule.runtime.oauth.api.AuthorizationCodeRequestCopyright © 2003–2018 MuleSoft, Inc.. All rights reserved.