Skip to main content
Version: v1

IClient Interface

Signature

export interface IClient

Properties

Property Modifiers Type Description
details IClientDetails
mode ConnectionMode
permission string[]
scopes string[]
timestamp optional number The time the client connected
user IUser

Property Details

details

Signature

details: IClientDetails;

Type: IClientDetails

mode

Signature

mode: ConnectionMode;

Type: ConnectionMode

permission

Signature

permission: string[];

Type: string[]

scopes

Signature

scopes: string[];

Type: string[]

timestamp

The time the client connected

Signature

timestamp?: number;

Type: number

user

Signature

user: IUser;

Type: IUser