ssxconnected
Home > @spruceid/ssx > SSXConnected
SSXConnected class
An intermediate SSX state: connected, but not signed-in.
Signature:
Implements: ISSXConnected
Constructors
Constructor
Modifiers
Description
Constructs a new instance of the SSXConnected
class
Properties
Property
Modifiers
Type
Description
Promise<void>
Promise that is initialized on construction of this class to run the "afterConnect" methods of the extensions.
Methods
Method
Modifiers
Description
Applies the "afterConnect" methods and the delegated capabilities of the extensions.
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.
Last updated