UseAuthClientOptions
UseAuthClientOptions =
object
Defined in: use-auth-client.ts:42
Options for the useAuthClient hook
actorOptions?
Section titled “actorOptions?”
optionalactorOptions: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?”
optionalcreateOptions:Omit<AuthClientCreateOptions,"loginOptions">
Defined in: use-auth-client.ts:47
Options passed during the creation of the auth client
createSync?
Section titled “createSync?”
optionalcreateSync:boolean
Defined in: use-auth-client.ts:43
loginOptions?
Section titled “loginOptions?”
optionalloginOptions:AuthClientLoginOptions
Defined in: use-auth-client.ts:51
Options passed to the login method of the auth client