@authgear/web / ContainerOptions
Interface: ContainerOptions
Options for the constructor of a Container.
Table of contents
Properties
Properties
name
• Optional name: string
The name of the container. The name is used as the namespace of TokenStorage.
One use case is to use multiple containers with different names to support signing in multiple accounts.
Default Value
"default"
Defined in
packages/authgear-web/index.d.ts:55