Compartir a través de


GetTokenResponse Clase

Definición

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
Herencia
GetTokenResponse

Constructores

GetTokenResponse()

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

Propiedades

NonTokenResponse

Texto que el usuario ha escrito cuando GetTokenDialog no puede recuperar un token de usuario.

Token

Token de usuario

Se aplica a