10Duke Java Core
Loading...
Searching...
No Matches
tenduke.sdk.core.auth.OAuthAuthzResultSubscriber Interface Reference

Detailed Description

Interface for listening to the OAuth authorization callback result.

Public Member Functions

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.
 

Member Function Documentation

◆ 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
codeAuthorization code that can be exchanged for an access token. Not blank for success cases.
oauthErrorAn OAuth error response body for failure cases.

The documentation for this interface was generated from the following file: