Condividi tramite


AuthenticationRequiredError class

Errore usato per applicare l'autenticazione dopo aver tentato di recuperare un token in modo invisibile all'utente.

Extends

Error

Costruttori

AuthenticationRequiredError(AuthenticationRequiredErrorOptions)

Proprietà

getTokenOptions

Le opzioni passate alla richiesta getToken.

scopes

Elenco di ambiti per i quali il token avrà accesso.

Proprietà ereditate

message
name
prepareStackTrace

Override facoltativo per la formattazione delle tracce dello stack

Vedere https://v8.dev/docs/stack-trace-api#customizing-stack-traces

stack
stackTraceLimit

Metodi ereditati

captureStackTrace(object, Function)

Creare una proprietà stack in un oggetto di destinazione

Dettagli costruttore

AuthenticationRequiredError(AuthenticationRequiredErrorOptions)

new AuthenticationRequiredError(options: AuthenticationRequiredErrorOptions)

Parametri

options
AuthenticationRequiredErrorOptions

Parametri facoltativi. È possibile specificare un messaggio. È anche possibile specificare GetTokenOptions della richiesta per associare più facilmente l'errore ai parametri ricevuti.

Dettagli proprietà

getTokenOptions

Le opzioni passate alla richiesta getToken.

getTokenOptions?: GetTokenOptions

Valore della proprietà

scopes

Elenco di ambiti per i quali il token avrà accesso.

scopes: string[]

Valore della proprietà

string[]

Dettagli proprietà ereditate

message

message: string

Valore della proprietà

string

Ereditato da Error.message

name

name: string

Valore della proprietà

string

Ereditato da Error.name

prepareStackTrace

Override facoltativo per la formattazione delle tracce dello stack

Vedere https://v8.dev/docs/stack-trace-api#customizing-stack-traces

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

Valore della proprietà

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

Ereditato da Error.prepareStackTrace

stack

stack?: string

Valore della proprietà

string

Ereditato da Error.stack

stackTraceLimit

static stackTraceLimit: number

Valore della proprietà

number

Ereditato da Error.stackTraceLimit

Dettagli dei metodi ereditati

captureStackTrace(object, Function)

Creare una proprietà stack in un oggetto di destinazione

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

Parametri

targetObject

object

constructorOpt

Function

Ereditato da Error.captureStackTrace