We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 284a268 commit dd41b9fCopy full SHA for dd41b9f
1 file changed
types/ParseUser.d.ts
@@ -172,7 +172,7 @@ declare class ParseUser<T extends Attributes = Attributes> extends ParseObject<T
172
*
173
* @returns {string} the session token, or undefined
174
*/
175
- getSessionToken(): string | null;
+ getSessionToken(): string | undefined;
176
/**
177
* Checks whether this user is the current user and has been authenticated.
178
0 commit comments