Poq.SDK.Node

Home > @poq/sdk > RefreshToken > (constructor)

RefreshToken.(constructor)

Constructs a new instance of the RefreshToken class

Signature:

constructor(params: {
        refreshKey: string;
        username: string;
        encryptedPassword: string;
    });

Parameters

Parameter Type Description
params { refreshKey: string; username: string; encryptedPassword: string; }