Interface PhoneEnrollmentChallengeResponse

interface PhoneEnrollmentChallengeResponse {
    auth_session: string;
    id: string;
    location: string;
    type: "phone";
}

Hierarchy

  • EnrollmentChallengeBaseResponse
    • PhoneEnrollmentChallengeResponse

Properties

auth_session: string
id: string
location: string
type: "phone"