AccountLoginStartResult
Experimental
account/loginStart result: exactly {verificationUrl?, userCode?} —
both present for a started device-code flow, both absent for the
synchronous apiKey type. The device-code artifacts
travel ONLY here, to the requesting connection; completion notifications
never carry them.
Fields and variants
Section titled “Fields and variants”userCode— ExperimentalverificationUrl— Experimental
Source
schema/msp/experimental/msp.schema.json#/types/AccountLoginStartResult
{ "description": "`account/loginStart` result: exactly `{verificationUrl?, userCode?}` —\nboth present for a started device-code flow, both absent for the\nsynchronous `apiKey` type. The device-code artifacts\ntravel ONLY here, to the requesting connection; completion notifications\nnever carry them.", "properties": { "userCode": { "description": "The code the user confirms or enters there (device-code flow only).", "type": "string" }, "verificationUrl": { "description": "Where the user signs in (device-code flow only).", "type": "string" } }, "type": "object", "x-msp-descriptor": "account/loginStart", "x-msp-stability": "experimental"}