UseAuthClientOptions
UseAuthClientOptions =
object
Defined in: use-auth-client.ts:42
Options for the useAuthClient hook
Properties
Section titled “Properties”actorOptions?
Section titled “actorOptions?”
optional
actorOptions:CreateActorOptions
|Record
<string
,CreateActorOptions
>
Defined in: use-auth-client.ts:55
Options to create an actor using the auth client identity
createOptions?
Section titled “createOptions?”
optional
createOptions:Omit
<AuthClientCreateOptions
,"loginOptions"
>
Defined in: use-auth-client.ts:47
Options passed during the creation of the auth client
createSync?
Section titled “createSync?”
optional
createSync:boolean
Defined in: use-auth-client.ts:43
loginOptions?
Section titled “loginOptions?”
optional
loginOptions:AuthClientLoginOptions
Defined in: use-auth-client.ts:51
Options passed to the login method of the auth client