AccountLoginType
Experimental
Which login flow account/loginStart runs.
Client-produced, so the vocabulary is CLOSED: an unknown type fails
deserialization into the standard invalid-params error.
Fields and variants
Section titled “Fields and variants”"apiKey"— Experimental"deviceCode"— Experimental
Source
schema/msp/experimental/msp.schema.json#/types/AccountLoginType
{ "description": "Which login flow `account/loginStart` runs.\nClient-produced, so the vocabulary is CLOSED: an unknown `type` fails\ndeserialization into the standard invalid-params error.", "enum": [ "deviceCode", "apiKey" ], "type": "string", "x-msp-descriptor": "account/loginStart", "x-msp-openness": "closed", "x-msp-stability": "experimental"}