XmBindIdExchangeTokenResponse

interface XmBindIdExchangeTokenResponse

Represents that result of an exchange token request.

Members

public abstract String getAccessToken()

Token-based authentication parameter - Allows an application to access an API.

The application receives an access token after a user successfully authenticates and authorizes access, then passes the access token as a credential when it calls the target API.

public abstract String getIdToken()

Token-based authentication parameter - Used to cache user profile information represented in the form of claims.

public abstract XmBindIdTokenType getTokenType()

Type of access token.

Currently, only “Bearer” is returned.

public abstract Integer getExpiresIn()

Expiration time of the access token in seconds.