LoginResponse: {
accessToken: string;
refreshToken?: string;
userId: string;
} | {
token: string;
twoFactorRequired: true;
}
Type declaration
accessToken: string
Optional refreshToken?: string
userId: string
Type declaration
token: string
twoFactorRequired: true
The access token