| Package | Description |
|---|---|
| com.mulesoft.modules.oauth2.provider.api.code | |
| com.mulesoft.modules.oauth2.provider.internal.code |
| Modifier and Type | Method and Description |
|---|---|
AuthorizationCodeStoreHolder |
ObjectStoreAuthorizationCode.retrieve(String code) |
AuthorizationCodeStoreHolder |
AuthorizationCodeStore.retrieve(String code)
Returns the authorization code information associated with the provided
authorization code.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ObjectStoreAuthorizationCode.store(AuthorizationCodeStoreHolder authorizationCodeStoreHolder) |
void |
AuthorizationCodeStore.store(AuthorizationCodeStoreHolder authorizationCodeStoreHolder)
Stores a provided authorization code along with the related request for future
references.
|
| Modifier and Type | Method and Description |
|---|---|
AuthorizationCodeStoreHolder |
AuthorizationCodeManager.consumeAuthorizationCode(String code) |
Copyright © 2019 MuleSoft, Inc.. All rights reserved.