次の方法で共有


AuthenticationRequiredErrorOptions interface

AuthenticationRequiredError の省略可能なパラメーター

プロパティ

getTokenOptions

getToken 要求に渡されるオプション。

message

エラーのメッセージ。

scopes

トークンがアクセスできるスコープの一覧。

プロパティの詳細

getTokenOptions

getToken 要求に渡されるオプション。

getTokenOptions?: GetTokenOptions

プロパティ値

message

エラーのメッセージ。

message?: string

プロパティ値

string

scopes

トークンがアクセスできるスコープの一覧。

scopes: string[]

プロパティ値

string[]