method
App.CreateAuthUserWithOptions
func (application *App) CreateAuthUserWithOptions(
ctx context.Context,
collection string,
values store.Values,
password string,
options MutationOptions,
) (store.Document, error)Create an auth document and credential with exact identity and response-selection controls.
Related types
AppA resolved application bound to operation services.
ValuesA map of field names to typed values.
MutationOptionsAuthorization, optimistic concurrency, response population, create status, and locale controls for one write.
DocumentA stored document with status and version metadata.