Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 1013 Bytes

ssx.ssxconfig.md

File metadata and controls

23 lines (15 loc) · 1013 Bytes

Home > @spruceid/ssx > SSXConfig

SSXConfig interface

Core config for SSX.

Signature:

export interface SSXClientConfig 

Properties

Property Modifiers Type Description
enableDaoLogin? boolean (Optional) Whether or not daoLogin is enabled.
providers? SSXClientProviders (Optional) Connection to a cryptographic keypair and/or network.
resolveEns? boolean | SSXEnsConfig (Optional) Whether or not ENS resolution is enabled. True means resolve all on client.
siweConfig? SiweConfig (Optional) Optional session configuration for the SIWE message.