method

RiduClient.createAuthUser

RiduClient.createAuthUser<Slug extends AuthCollectionSlug<Config>>( collection: Slug, data: CreateFor<Config, Slug>, password: string, options?: MutationLocaleOptions<LocaleFor<Config>>, ): Promise<OutputFor<Config, Slug>>

Create an auth user and credential together.

Source packages/sdk/src/types.ts:701

@param collection
The collection value.
@param data
The data value.
@param password
The password value.
@param options
The options value.
@returns
The declared result.

Related types