| Modifier and Type | Method and Description |
|---|---|
AuthorizationRequest |
AuthorizationCodeStoreHolder.getAuthorizationRequest() |
| Constructor and Description |
|---|
AuthorizationCodeStoreHolder(String authorizationCode,
AuthorizationRequest authorizationRequest) |
| Modifier and Type | Method and Description |
|---|---|
AuthorizationRequest |
AccessTokenStoreHolder.getAuthorizationRequest() |
| Constructor and Description |
|---|
AccessTokenStoreHolder(Token accessToken,
AuthorizationRequest authorizationRequest,
ResourceOwnerAuthentication resourceOwnerAuthentication) |
| Modifier and Type | Method and Description |
|---|---|
String |
AuthorizationCodeManager.generateAuthorizationCode(AuthorizationRequest authorizationRequest) |
| Modifier and Type | Method and Description |
|---|---|
Token |
TokenManager.grantAccessToken(Constants.RequestGrantType grantType,
AuthorizationRequest authorizationRequest,
ResourceOwnerAuthentication resourceOwnerAuthentication) |
Copyright © 2024 MuleSoft, Inc.. All rights reserved.