issxconnected
Home > @spruceid/ssx-core > ISSXConnected
ISSXConnected interface
Interface to an intermediate SSX state: connected, but not signed-in.
Signature:
Properties
Property
Modifiers
Type
Description
Promise<void>
Promise that is initialized on construction to run the "afterConnect" methods of extensions.
(session: SSXClientSession) => Promise<void>
Method to apply the "afterSignIn" methods of the extensions.
() => Promise<void>
Method to apply the "afterConnect" methods and the delegated capabilities of the extensions.
(session: SSXClientSession) => Promise<any>
Method to request sign in from server and return session.
Last updated