method
App.AuthBootstrapAvailable
func (application *App) AuthBootstrapAvailable(
ctx context.Context,
collection string,
) (bool, error)Report whether one-time anonymous setup is available for the configured admin collection.
Returns false for secondary auth collections, explicit Create policies, and initialized admin collections. The atomic create transaction remains authoritative if callers race.
Related types
AppA resolved application bound to operation services.