GetTokenResponse Class

Definition

Result object from the GetTokenDialog If the GetToken action is successful in retrieving a user token, the GetTokenDialog will be populated with the Token property If the GetToken action is unsuccessful in retrieving a user token, the GetTokenDialog will be populated with the NonTokenResponse property

public class GetTokenResponse
type GetTokenResponse = class
Public Class GetTokenResponse
Inheritance
GetTokenResponse

Constructors

GetTokenResponse()

Properties

NonTokenResponse

The text that the user typed when the GetTokenDialog is unable to retrieve a user token

Token

The user token

Applies to