Skip to main content
Version: v1

IAuthorizationError Interface

Signature

export interface IAuthorizationError extends IDriverErrorBase

Extends: IDriverErrorBase

Properties

Property Modifiers Type Description
claims optional string
errorType DriverErrorType.authorizationError
tenantId optional string

Property Details

claims

Signature

readonly claims?: string;

Type: string

errorType

Signature

readonly errorType: DriverErrorType.authorizationError;

Type: DriverErrorType.authorizationError

tenantId

Signature

readonly tenantId?: string;

Type: string