ContainerOptions
@authgear/capacitor / ContainerOptions
Interface: ContainerOptions
Options for the constructor of a Container.
Properties
name?
optionalname: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"