GetTokenResponse 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
来自 GetTokenDialog 的 Result 对象 如果 GetToken 操作成功检索用户令牌,则 GetTokenDialog 将使用 Token 属性填充如果 GetToken 操作在检索用户令牌时失败,则 GetTokenDialog 将使用 NonTokenResponse 属性填充
public class GetTokenResponse
type GetTokenResponse = class
Public Class GetTokenResponse
- 继承
-
GetTokenResponse
构造函数
GetTokenResponse() |
来自 GetTokenDialog 的 Result 对象 如果 GetToken 操作成功检索用户令牌,则 GetTokenDialog 将使用 Token 属性填充如果 GetToken 操作在检索用户令牌时失败,则 GetTokenDialog 将使用 NonTokenResponse 属性填充 |
属性
NonTokenResponse |
GetTokenDialog 无法检索用户令牌时用户键入的文本 |
Token |
用户令牌 |