Interface for listening to the OAuth authorization callback result.
|
| void | handle (String code, String oauthError) |
| | Handler that receives information about the authorization code in success case an OAuth error response body for failure cases.
|
| |
◆ handle()
| void tenduke.sdk.core.auth.OAuthAuthzResultSubscriber.handle |
( |
String | code, |
|
|
String | oauthError ) |
Handler that receives information about the authorization code in success case an OAuth error response body for failure cases.
- Parameters
-
| code | Authorization code that can be exchanged for an access token. Not blank for success cases. |
| oauthError | An OAuth error response body for failure cases. |
The documentation for this interface was generated from the following file:
- auth/src/main/java/tenduke/sdk/core/auth/OAuthAuthzResultSubscriber.java