Skip to content

Type Alias: TmrAccess ​

TmrAccess = { authFactorType: "EM" | "SMS"; created: Date; id: string; rights: UserRights; }

tmrAccess is returned when listing tmr accesses, containing information about a tmr access.

Properties ​

authFactorType ​

authFactorType: "EM" | "SMS"

The type of the tmr access.


created ​

created: Date

The creation date.


id ​

id: string

The ID of the tmr access.


rights ​

rights: UserRights

The user rights.