Type Alias UseAuthClientOptions

UseAuthClientOptions: {
    actorOptions?: CreateActorOptions | Record<string, CreateActorOptions>;
    createOptions?: AuthClientCreateOptions;
    createSync?: boolean;
    loginOptions?: AuthClientLoginOptions;
}

Options for the useAuthClient hook

Type declaration

  • OptionalactorOptions?: CreateActorOptions | Record<string, CreateActorOptions>

    Options to create an actor using the auth client identity

  • OptionalcreateOptions?: AuthClientCreateOptions

    Options passed during the creation of the auth client

  • OptionalcreateSync?: boolean
  • OptionalloginOptions?: AuthClientLoginOptions

    Options passed during the login of the auth client