你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
AuthResponse interface
描述身份验证响应。
属性
credentials | 凭据对象。 |
subscriptions | 关联订阅的列表。 对于个人帐户,它将为空,除非使用作为可选参数发送的租户 ID 调用 |
属性详细信息
credentials
凭据对象。
credentials: T
属性值
T
subscriptions
关联订阅的列表。 对于个人帐户,它将为空,除非使用作为可选参数发送的租户 ID 调用 domain
登录方法。
subscriptions?: LinkedSubscription[]