run api extractor
This commit is contained in:
parent
cfde3248df
commit
463ab17c8f
|
@ -3051,8 +3051,16 @@ type SigninRequest = {
|
||||||
|
|
||||||
// @public (undocumented)
|
// @public (undocumented)
|
||||||
type SigninResponse = {
|
type SigninResponse = {
|
||||||
|
finished: true;
|
||||||
id: User['id'];
|
id: User['id'];
|
||||||
i: string;
|
i: string;
|
||||||
|
} | {
|
||||||
|
finished: false;
|
||||||
|
next: 'captcha' | 'password' | 'totp';
|
||||||
|
} | {
|
||||||
|
finished: false;
|
||||||
|
next: 'passkey';
|
||||||
|
authRequest: PublicKeyCredentialRequestOptionsJSON;
|
||||||
};
|
};
|
||||||
|
|
||||||
// @public (undocumented)
|
// @public (undocumented)
|
||||||
|
|
Loading…
Reference in New Issue