Skip to content
Developer Preview

account/logout

Experimental

Clears the stored credential (with the best-effort pre-clear session revoke) and answers the fresh projected state.

Source

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

{
"description": "Clears the stored credential (with the best-effort pre-clear session revoke) and answers the fresh projected state.",
"result": {
"$ref": "#/$defs/AccountState"
},
"x-msp-descriptor": "account/logout",
"x-msp-stability": "experimental"
}