AuthenticationRequiredErrorOptions interface
AuthenticationRequiredError の省略可能なパラメーター
プロパティ
get |
getToken 要求に渡されるオプション。 |
message | エラーのメッセージ。 |
scopes | トークンがアクセスできるスコープの一覧。 |
プロパティの詳細
getTokenOptions
message
エラーのメッセージ。
message?: string
プロパティ値
string
scopes
トークンがアクセスできるスコープの一覧。
scopes: string[]
プロパティ値
string[]