Skip to main content
type MfaVerificationContext = {
  methods: MfaMethod[];
};
Context passed to the MFA verification handler when MFA is required.

Properties

PropertyTypeDescription
methodsMfaMethod[]The MFA methods the user has enrolled in.