public class DefaultAuthorizationCodeRequest extends Object implements 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 AuthorizationCodeRequestpublic String getAuthorizationUrl()
getAuthorizationUrl in interface AuthorizationCodeRequestpublic String getTokenUrl()
getTokenUrl in interface AuthorizationCodeRequestpublic String getClientId()
getClientId in interface AuthorizationCodeRequestpublic String getClientSecret()
getClientSecret in interface AuthorizationCodeRequestpublic String getScopes()
getScopes in interface AuthorizationCodeRequestpublic Optional<String> getState()
getState in interface AuthorizationCodeRequestCopyright © 2024. All rights reserved.