method
App.AuthInitialized
func (application *App) AuthInitialized(
ctx context.Context,
collection string,
) (initialized bool, err error)Report whether an auth collection has any active account.
Used for the one-time first-user bootstrap flow. It is not a general user-count API.
Related types
AppA resolved application bound to operation services.