Skip to content

UseAuthClientOptions

UseAuthClientOptions = object

Defined in: use-auth-client.ts:42

Options for the useAuthClient hook

optional actorOptions: CreateActorOptions | Record<string, CreateActorOptions>

Defined in: use-auth-client.ts:55

Options to create an actor using the auth client identity


optional createOptions: Omit<AuthClientCreateOptions, "loginOptions">

Defined in: use-auth-client.ts:47

Options passed during the creation of the auth client


optional createSync: boolean

Defined in: use-auth-client.ts:43


optional loginOptions: AuthClientLoginOptions

Defined in: use-auth-client.ts:51

Options passed to the login method of the auth client