Skip to content 

IAuthorizationError Interface

Packages > @fluidframework/driver-definitions > IAuthorizationError

Signature:

export interface IAuthorizationError extends IDriverErrorBase 

Extends: IDriverErrorBase

Properties

List of properties of this interface
Property Type Description
claims string
errorType DriverErrorType.authorizationError

Events

claims

Signature:

readonly claims?: string;

errorType

Signature:

readonly errorType: DriverErrorType.authorizationError;