method
App.CreateAuthUserForTransport
func (application *App) CreateAuthUserForTransport(
ctx context.Context,
collection string,
values store.Values,
password string,
actor *store.Document,
localeOptions ...LocaleOptions,
) (store.Document, error)Apply the safe anonymous first-user default used by framework transports.
This transport form permits one anonymous bootstrap only for the configured admin-user collection when no Create rule is authored.
Related types
AppA resolved application bound to operation services.
ValuesA map of field names to typed values.
DocumentA stored document with status and version metadata.
LocaleOptionsLocale selection for one single-document Local API operation.