Skip to content
Developer Preview

AccountStateKind

Experimental

The projected credential state: EnvKey → envKey, StoredKey → apiKey, LoginMint → accountLogin, and the absent lane as loggedOut. Open per the rule — server-produced result vocabularies are open — so a future credential lane can project additively.

  • "accountLogin"Experimental
  • "apiKey"Experimental
  • "envKey"Experimental
  • "loggedOut"Experimental
Source

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

{
"description": "The projected credential state:\n`EnvKey → envKey`, `StoredKey → apiKey`, `LoginMint → accountLogin`, and\nthe absent lane as `loggedOut`. Open per the rule —\nserver-produced result vocabularies are open — so a future credential\nlane can project additively.",
"enum": [
"loggedOut",
"envKey",
"apiKey",
"accountLogin"
],
"type": "string",
"x-msp-descriptor": "account/read",
"x-msp-openness": "open",
"x-msp-stability": "experimental"
}