Skip to content
Developer Preview

ApprovalChoiceScope

No description is available.

  • "localPersistent"
  • "once"
  • "session"
Source

schema/msp/experimental/msp.schema.json#/types/ApprovalChoiceScope

{
"enum": [
"once",
"session",
"localPersistent"
],
"type": "string",
"x-msp-openness": "open"
}