method
App.CreateAuthUserForTransportWithOptions
func (application *App) CreateAuthUserForTransportWithOptions(
ctx context.Context,
collection string,
values store.Values,
password string,
options MutationOptions,
) (store.Document, error)Use the transport bootstrap policy with exact mutation options.
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.