10Duke Java Core
|
Interface for listening to OAuth token response results.
Public Member Functions | |
void | handle (String code, VerifiedOAuthTokenResponse tokenResponse) |
Handler that receives information about an OAuth token response. | |
void tenduke.sdk.core.auth.OAuthTokenResponseSubscriber.handle | ( | String | code, |
VerifiedOAuthTokenResponse | tokenResponse ) |
Handler that receives information about an OAuth token response.
code | The authorization code that was redeemed for an access token. |
tokenResponse | The token response that has just been received. |