AuthenticationRequiredError class
トークンをサイレントモードで取得しようとした後に認証を強制するために使用されるエラー。
- Extends
-
Error
コンストラクター
Authentication |
プロパティ
get |
getToken 要求に渡されるオプション。 |
scopes | トークンがアクセスできるスコープの一覧。 |
継承されたプロパティ
message | |
name | |
prepare |
スタック トレースの書式設定の省略可能なオーバーライド 「https://v8.dev/docs/stack-trace-api#customizing-stack-traces」を参照してください。 |
stack | |
stack |
継承されたメソッド
capture |
ターゲット オブジェクトに .stack プロパティを作成する |
コンストラクターの詳細
AuthenticationRequiredError(AuthenticationRequiredErrorOptions)
new AuthenticationRequiredError(options: AuthenticationRequiredErrorOptions)
パラメーター
省略可能なパラメーター。 メッセージを指定できます。 要求の 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