你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AuthenticationRequiredError class

尝试以无提示方式检索令牌后用于强制进行身份验证的错误。

Extends

Error

构造函数

AuthenticationRequiredError(AuthenticationRequiredErrorOptions)

属性

getTokenOptions

传递给 getToken 请求的选项。

scopes

令牌将有权访问的范围列表。

继承属性

message
name
prepareStackTrace

设置堆栈跟踪格式的可选替代

请参见https://v8.dev/docs/stack-trace-api#customizing-stack-traces

stack
stackTraceLimit

继承的方法

captureStackTrace(object, Function)

在目标对象上创建 .stack 属性

构造函数详细信息

AuthenticationRequiredError(AuthenticationRequiredErrorOptions)

new AuthenticationRequiredError(options: AuthenticationRequiredErrorOptions)

参数

options
AuthenticationRequiredErrorOptions

可选参数。 可以指定消息。 还可以指定请求的 GetTokenOptions ,以便更轻松地将错误与收到的参数相关联。

属性详细信息

getTokenOptions

传递给 getToken 请求的选项。

getTokenOptions?: GetTokenOptions

属性值

scopes

令牌将有权访问的范围列表。

scopes: string[]

属性值

string[]

继承属性详细信息

message

message: string

属性值

string

继承自 Error.message

name

name: string

属性值

string

继承自 Error.name

prepareStackTrace

设置堆栈跟踪格式的可选替代

请参见https://v8.dev/docs/stack-trace-api#customizing-stack-traces

static prepareStackTrace?: (err: Error, stackTraces: CallSite[]) => any

属性值

(err: Error, stackTraces: CallSite[]) => any

继承自 Error.prepareStackTrace

stack

stack?: string

属性值

string

继承自 Error.stack

stackTraceLimit

static stackTraceLimit: number

属性值

number

继承自 Error.stackTraceLimit

继承的方法详细信息

captureStackTrace(object, Function)

在目标对象上创建 .stack 属性

static function captureStackTrace(targetObject: object, constructorOpt?: Function)

参数

targetObject

object

constructorOpt

Function

继承自 Error.captureStackTrace