Skip to content
Developer Preview

account/loginCancel

Experimental

Cancels the pending login flow, abandoning the device code to server-side expiry; cancelled is false when nothing was pending.

Source

schema/msp/experimental/msp.schema.json#/methods/account~2FloginCancel

{
"description": "Cancels the pending login flow, abandoning the device code to server-side expiry; cancelled is false when nothing was pending.",
"result": {
"$ref": "#/$defs/AccountLoginCancelResult"
},
"x-msp-descriptor": "account/loginCancel",
"x-msp-stability": "experimental"
}