Skip to main content

foundation-comms.auth.reauthfromsession

Home > @genesislcap/foundation-comms > Auth > reAuthFromSession

Auth.reAuthFromSession() method

Attempts to re-authenticate the user using the existing session data.

Signature:

reAuthFromSession(): Promise<boolean>;

Returns:

Promise<boolean>

A Promise that resolves to true if the user was successfully re-authenticated, or false if re-authentication failed.