Skip to main content

getUserToken

Should return a Promised boolean or null value with the user's Cookie Token.

Method Signature

getUserToken(): Promise<string | null>;

Parameters

This method does not take any parameters.

Return Value

Returns a boolean or null value of the user's Cookie Token.