method
RiduClient.forceUnlock
RiduClient.forceUnlock<Slug extends AuthCollectionSlug<Config>>(
collection: Slug,
id: string,
options?: RequestOptions,
): Promise<AuthActionEnvelope>Clear lockout state for an auth user when authorized.
Related types
AuthCollectionSlugCollection slugs with the generated auth capability.
RequestOptionsOptions shared by every request.
AuthActionEnvelopeA successful auth maintenance action.