@wembat/client / LoginResponse
Interface: LoginResponse
Represents the response object returned after a successful login.
Properties
nonce
nonce:
string
A unique nonce value associated with the login request.
Source
privateUserKeyEncrypted
privateUserKeyEncrypted:
string
The encrypted private key of the user.
Source
publicUserKey
publicUserKey:
string
The public key of the user.
Source
sessionId
sessionId:
string
The session ID associated with the user's session.
Source
token
token:
string
The JSON Web Token (JWT) associated with the user's session.
Source
verified
verified:
boolean
Indicates whether the user has been verified.
Source
Generated using typedoc-plugin-markdown and TypeDoc