Skip to content
Developer Preview

account/read

Experimental

Reads the host’s projected credential state: which credential lane is in effect, an optional display label, and whether the deployment needs a credential at all.

Source

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

{
"description": "Reads the host's projected credential state: which credential lane is in effect, an optional display label, and whether the deployment needs a credential at all.",
"result": {
"$ref": "#/$defs/AccountState"
},
"x-msp-descriptor": "account/read",
"x-msp-stability": "experimental"
}