AuthenticateAndLoginServerSide
Using Auth, authenticate the user by signing a payload that can be used to securely identify users.
The domain you used in your authentication backend.
Learn more about how auth works.
The chain ID of the blockchain you want to authenticate with.
The payload generation endpoint in your backend. Defaults to /auth/payload
.
The login endpoint in your backend. Defaults to /auth/login
.
Must be a string
.
A string
representing the final post-login auth token returned by the server.