RegistrationInfo interface
Represents a RegistrationInfo definition.
Properties
expiration |
Expiration time of registration token. |
registration |
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