你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
AuthenticationRequiredErrorOptions interface
属性
get |
传递给 getToken 请求的选项。 |
message | 错误的消息。 |
scopes | 令牌将有权访问的范围列表。 |
属性详细信息
getTokenOptions
message
错误的消息。
message?: string
属性值
string
scopes
令牌将有权访问的范围列表。
scopes: string[]
属性值
string[]