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

Detailed Description

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.
 

Member Function Documentation

◆ handle()

void tenduke.sdk.core.auth.OAuthTokenResponseSubscriber.handle ( String code,
VerifiedOAuthTokenResponse tokenResponse )

Handler that receives information about an OAuth token response.

Parameters
codeThe authorization code that was redeemed for an access token.
tokenResponseThe token response that has just been received.

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