simplelogin-client
    Preparing search index...

    Type Alias SimpleLoginClientOptions

    SimpleLoginClientOptions: { apiKey?: string; url?: string } & Partial<
        Pick<Configuration, "fetchApi" | "headers">,
    >

    Type Declaration

    • OptionalapiKey?: string

      The API key is almost always required. Only to register a new account it would not be required.

      undefined Anonymous access without authentication. Operations that require authentication will be sent to the API and fail.
      
    • Optionalurl?: string

      The URL where SimpleLogin is hosted. Used when for self-hosted SimpleLogin.

      https://app.simplelogin.io