Skip to main content

IAuthorizationError Interface

This API is provided for existing users, but is not recommended for new users.

To use, import via @fluidframework/driver-definitions/legacy.

For more information about our API support guarantees, see here.

Signature

export interface IAuthorizationError extends IDriverErrorBase

Extends: IDriverErrorBase

Properties

PropertyAlertsModifiersTypeDescription
claimsBetaoptional, readonlystring
errorTypeBetareadonlytypeof DriverErrorTypes.authorizationError
tenantIdBetaoptional, readonlystring

Property Details

claims

This API is provided for existing users, but is not recommended for new users.

For more information about our API support guarantees, see here.

Signature

readonly claims?: string;

Type: string

errorType

This API is provided for existing users, but is not recommended for new users.

For more information about our API support guarantees, see here.

Signature

readonly errorType: typeof DriverErrorTypes.authorizationError;

Type: typeof DriverErrorTypes.authorizationError

tenantId

This API is provided for existing users, but is not recommended for new users.

For more information about our API support guarantees, see here.

Signature

readonly tenantId?: string;

Type: string