ssxextension

Home > @spruceid/ssx-core > SSXExtension

SSXExtension interface

Interface for an extension to SSX.

Signature:

export interface SSXExtension 

Properties

PropertyModifiersTypeDescription

string

(Optional) [recap] Capability namespace.

Methods

MethodDescription

(Optional) Hook to run after SSX has connected to the user's wallet. This can return an object literal to override the session configuration before the user signs in.

(Optional) Hook to run after SSX has signed in.

(Optional) [recap] Default delegated actions in capability namespace.

(Optional) [recap] Extra metadata to help validate the capability.

(Optional) [recap] Delegated actions by target in capability namespace.

Last updated