method
RiduClient.authBootstrap
RiduClient.authBootstrap<Slug extends AuthCollectionSlug<Config>>(
collection: Slug,
options?: RequestOptions,
): Promise<AuthBootstrapEnvelope>Check whether the configured admin collection still allows one-time first-user setup.
Related types
AuthCollectionSlugCollection slugs with the generated auth capability.
RequestOptionsOptions shared by every request.
AuthBootstrapEnvelopeWhether the configured admin collection still allows one-time first-user setup.