Package dw.customer.oauth
Contains classes for OAuth authentication flows with third-party providers.
| Class | Description |
|---|---|
| OAuthAccessTokenResponse | Contains OAuth-related artifacts from the HTTP response from the third-party OAuth server when requesting an access token |
| OAuthFinalizedResponse | Contains the combined responses from the third-party OAuth server when finalizing the authentication. Contains both the OAuthAccessTokenResponse and the OAuthUserInfoResponse |
| OAuthLoginFlowMgr | The OAuthLoginFlowMgr encapsulates interactions with third party OAuth providers to support the Authorization Code Flow. The way to use is:
|
| OAuthUserInfoResponse | Contains the response from the third-party OAuth server when requesting user info. |