run api extractor

This commit is contained in:
kakkokari-gtyih 2024-10-04 19:10:20 +09:00
parent cfde3248df
commit 463ab17c8f
1 changed files with 8 additions and 0 deletions

View File

@ -3051,8 +3051,16 @@ type SigninRequest = {
// @public (undocumented)
type SigninResponse = {
finished: true;
id: User['id'];
i: string;
} | {
finished: false;
next: 'captcha' | 'password' | 'totp';
} | {
finished: false;
next: 'passkey';
authRequest: PublicKeyCredentialRequestOptionsJSON;
};
// @public (undocumented)