public class AuthorizationRequest extends Object implements Serializable
| Constructor and Description |
|---|
AuthorizationRequest(String clientId,
Constants.ResponseType responseType,
String redirectUri,
ResourceOwnerAuthentication resourceOwnerAuthentication) |
| Modifier and Type | Method and Description |
|---|---|
String |
getClientId() |
String |
getRedirectUri() |
ResourceOwnerAuthentication |
getResourceOwnerAuthentication() |
Constants.ResponseType |
getResponseType() |
Set<String> |
getScopes() |
void |
setRedirectUri(String redirectUri) |
public AuthorizationRequest(String clientId, Constants.ResponseType responseType, String redirectUri, ResourceOwnerAuthentication resourceOwnerAuthentication)
public String getClientId()
public Constants.ResponseType getResponseType()
public String getRedirectUri()
public ResourceOwnerAuthentication getResourceOwnerAuthentication()
public void setRedirectUri(String redirectUri)
Copyright © 2023 MuleSoft, Inc.. All rights reserved.