GetTokenResponse Classe
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Oggetto Result from the GetTokenDialog Se l'azione GetToken ha esito positivo nel recupero di un token utente, la proprietà GetTokenDialog verrà popolata con la proprietà Token Se l'azione GetToken non riesce a recuperare un token utente, il getTokenDialog verrà popolato con la proprietà NonTokenResponse
public class GetTokenResponse
type GetTokenResponse = class
Public Class GetTokenResponse
- Ereditarietà
-
GetTokenResponse
Costruttori
GetTokenResponse() |
Oggetto Result from the GetTokenDialog Se l'azione GetToken ha esito positivo nel recupero di un token utente, la proprietà GetTokenDialog verrà popolata con la proprietà Token Se l'azione GetToken non riesce a recuperare un token utente, il getTokenDialog verrà popolato con la proprietà NonTokenResponse |
Proprietà
NonTokenResponse |
Testo digitato dall'utente quando getTokenDialog non è in grado di recuperare un token utente |
Token |
Token utente |