Skip to content 

ITokenClaims Interface

Packages > @fluidframework/protocol-definitions > ITokenClaims

Signature:

export interface ITokenClaims 

Properties

List of properties of this interface
Property Type Description
documentId string
scopes string[]
tenantId string
user IUser

Events

documentId

Signature:

documentId: string;

scopes

Signature:

scopes: string[];

tenantId

Signature:

tenantId: string;

user

Signature:

user: IUser;