the authenticated temporary session
the account to sign in to
Retrieves a list of Accounts associated with the signer. At most MAX_PAGE_SIZE. To fetch more Accounts, use getAccountsPaginated
Retrieves a list of Accounts associated with the signer as a paginated entity.
maximum page size
where the page should start
Allows checking whether calling login will result in an authentication request for the user or an old login key and auth descriptor will be reused.
If an active session is found, calling login
will not prompt the user to login again.
rules
field will NOT be validated against, except checking whether the auth
descriptor has expired. This means that if the loginOptions
ask for 5 minutes expiration,
an auth descriptor expiring in 2 seconds will be deemed valid and reused by login
Register a callback that is invoked when the underlying keystore is changed. This could e.g., happen if the user switches account in MetaMask.
the callback function to invoke when keystore changes
Uses the underlying keystore to sign into the specified account