Poq.SDK.Node

Home > @poq/sdk > RefreshToken

RefreshToken class

Signature:

export declare class RefreshToken extends PoqContract 

Extends: PoqContract

Constructors

Constructor Modifiers Description
(constructor)(params)   Constructs a new instance of the RefreshToken class

Properties

Property Modifiers Type Description
encryptedPassword   string  
refreshKey   string  
username   string  

Methods

Method Modifiers Description
parse(refreshToken) static  
toString()