Skip to main content

AuthenticationToken

@icure/medical-device-sdk / AuthenticationToken

Class: AuthenticationToken

Encrypted and time-limited Authentication tokens used for inter-applications authentication

Table of contents

Constructors

Properties

Methods

Constructors

constructor

new AuthenticationToken(json)

Parameters

NameType
jsonIAuthenticationToken

Defined in

src/models/AuthenticationToken.ts:18

Properties

creationTime

creationTime: number

Validity starting time of the token

Defined in

src/models/AuthenticationToken.ts:29


token

token: string

Encrypted token

Defined in

src/models/AuthenticationToken.ts:25


validity

validity: number

Token validity in seconds

Defined in

src/models/AuthenticationToken.ts:33

Methods

marshal

marshal(): IAuthenticationToken

Returns

IAuthenticationToken

Defined in

src/models/AuthenticationToken.ts:35