signin

Home > @spruceid/ssx > SSXConnected > signIn

SSXConnected.signIn() method

Requests the user to sign in. Generates the SIWE message for this session, requests the configured Signer to sign the message, calls the "afterSignIn" methods of the extensions.

Signature:

signIn(): Promise<SSXClientSession>;

Returns:

Promise<SSXClientSession>

Promise with the SSXClientSession object.

Last updated