public class AccessTokenStoreHolder extends Object implements Serializable
| Constructor and Description |
|---|
AccessTokenStoreHolder(Token accessToken,
AccessTokenStoreHolder previousHolder) |
AccessTokenStoreHolder(Token accessToken,
AuthorizationRequest authorizationRequest,
ResourceOwnerAuthentication resourceOwnerAuthentication) |
| Modifier and Type | Method and Description |
|---|---|
Token |
getAccessToken() |
AuthorizationRequest |
getAuthorizationRequest() |
ResourceOwnerAuthentication |
getResourceOwnerAuthentication() |
public AccessTokenStoreHolder(Token accessToken, AccessTokenStoreHolder previousHolder)
public AccessTokenStoreHolder(Token accessToken, AuthorizationRequest authorizationRequest, ResourceOwnerAuthentication resourceOwnerAuthentication)
public Token getAccessToken()
public AuthorizationRequest getAuthorizationRequest()
public ResourceOwnerAuthentication getResourceOwnerAuthentication()
Copyright © 2025 MuleSoft, Inc.. All rights reserved.