Options
All
  • Public
  • Public/Protected
  • All
Menu

@foxitsoftware/web-collab-client - v1.4.0

Index

Type Aliases

Invitation: { expireAt: number; id: string }

An invitation is used to invite others to join a collaboration.

Type declaration

  • expireAt: number

    The invitation will be expired at the specified time which is a Unix timestamp in milliseconds.

  • id: string

    Unique identifier of the invitation.

UserInfo: { id: UserId; token: string; username: string }

User information that should be returned by UserProvider.

see

CollabOptions

Type declaration

  • id: UserId

    Identifier of the user.

  • token: string

    The token is token-based authentication, for example: JWT, OIDC, etc.

    This token will be passed to collaboration server for authentication.

  • username: string

    Username of the user.

Generated using TypeDoc