RegistrationTokenMinimal interface

Represents a Minimal set of properties for RegistrationToken definition.

Properties

expirationTime

Expiration time of registration token.

token

The registration token base64 encoded string.

Property Details

expirationTime

Expiration time of registration token.

expirationTime?: Date

Property Value

Date

token

The registration token base64 encoded string.

token?: string

Property Value

string