GetTokenResponse Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |