kustomer-client
    Preparing search index...

    Function getPublicAuthSettings

    • Get Public Auth Settings Gets public authentication settings for the organization.

      Type Parameters

      • ThrowOnError extends boolean = true

      Returns RequestResult<
          {
              data: {
                  attributes: {
                      google: { enabled: boolean };
                      kustomer: { enabled: boolean };
                      saml: { enabled: boolean };
                  };
                  id: string;
                  links: { self: string };
                  type: string;
              };
          },
          unknown,
          ThrowOnError,
      >