Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AuthClientCreateOptions

List of options for creating an AuthClient.

Hierarchy

  • AuthClientCreateOptions

Index

Properties

identity?: SignIdentity | PartialIdentity

An identity to use as the base

idleOptions?: IdleOptions

Options to handle idle timeouts

default

after 30 minutes, invalidates the identity

keyType?: BaseKeyType

type to use for the base key

default

'ECDSA' If you are using a custom storage provider that does not support CryptoKey storage, you should use 'Ed25519' as the key type, as it can serialize to a string

Optional storage with get, set, and remove. Uses IdbStorage by default

Generated using TypeDoc