core.loginauthenticationresponse
Home > @medplum/core > LoginAuthenticationResponse
LoginAuthenticationResponse interface
Signature:
export interface LoginAuthenticationResponse
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
| ('totp' | 'email')[] | (Optional) MFA enrollment methods the project allows (e.g. 'totp', 'email'). | |
| string | (Optional) | |
| string | (Optional) The user's email address, returned with an MFA challenge so the UI can show where a magic link was sent. | |
| boolean | (Optional) | |
| string | (Optional) | |
| string | ||
| ProjectMembership[] | (Optional) | |
| boolean | (Optional) | |
| ('totp' | 'email')[] | (Optional) MFA methods the user is enrolled in, returned when an MFA challenge is required. | |
| boolean | (Optional) |