Type Alias OAuthConnectionConfigUpdate

A JSON Patch document as defined in http://tools.ietf.org/html/rfc6902

type OAuthConnectionConfigUpdate = {
    op: "replace";
    path: "/consentMethod";
    value: "required" | "trusted";
}
Index
op: "replace"
path: "/consentMethod"
value: "required" | "trusted"