Skip to main content

ContainerOptions

@authgear/web


@authgear/web / ContainerOptions

Interface: ContainerOptions

Options for the constructor of a Container.

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"