method
App.Preference
func (application *App) Preference(
ctx context.Context,
identity *AuthIdentity,
key string,
) (json.RawMessage, error)Read one opaque user-owned preference.
Related types
AppA resolved application bound to operation services.
AuthIdentityAn exact authenticated collection and actor document.