Interface EmailEnrollmentChallengeResponse

interface EmailEnrollmentChallengeResponse {
    auth_session: string;
    id: string;
    location: string;
    type: "email";
}

Hierarchy

  • EnrollmentChallengeBaseResponse
    • EmailEnrollmentChallengeResponse

Properties

auth_session: string
id: string
location: string
type: "email"