core.loginauthenticationresponse | Medplum

LoginAuthenticationResponse interface

Signature:

export interface LoginAuthenticationResponse

Properties

Property Modifiers Type Description
allowedMfaMethods? readonly ('totp' | 'email')[] (Optional) MFA enrollment methods the project allows (e.g. 'totp', 'email').
code? readonly string (Optional)
email? readonly string (Optional) The user's email address, returned with an MFA challenge so the UI can show where a magic link was sent.
emailVerificationRequired? readonly boolean (Optional)
enrollQrCode? readonly string (Optional)
login readonly string
memberships? readonly ProjectMembership[] (Optional)
mfaEnrollRequired? readonly boolean (Optional)
mfaMethods? readonly ('totp' | 'email')[] (Optional) MFA methods the user is enrolled in, returned when an MFA challenge is required.
mfaRequired? readonly boolean (Optional)