RegistrationInfo interface

Represents a RegistrationInfo definition.

Properties

expirationTime

Expiration time of registration token.

registrationTokenOperation

The type of resetting the token.

token

The registration token base64 encoded string.

Property Details

expirationTime

Expiration time of registration token.

expirationTime?: Date

Property Value

Date

registrationTokenOperation

The type of resetting the token.

registrationTokenOperation?: string

Property Value

string

token

The registration token base64 encoded string.

token?: string

Property Value

string