Skip to content
Developer Preview

AccountLoginOutcome

Experimental

How a login flow ended. Server-produced, so the vocabulary is open per the rule — a future flow may end in a new way additively.

  • "cancelled"Experimental
  • "denied"Experimental
  • "expired"Experimental
  • "failed"Experimental
  • "granted"Experimental
Source

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

{
"description": "How a login flow ended. Server-produced, so the\nvocabulary is open per the rule — a future flow may end in a\nnew way additively.",
"enum": [
"granted",
"denied",
"expired",
"cancelled",
"failed"
],
"type": "string",
"x-msp-descriptor": "account/loginCompleted",
"x-msp-openness": "open",
"x-msp-stability": "experimental"
}