GetTokenResponse Clase
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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 |