Interface PushNotificationEnrollmentChallengeResponse

interface PushNotificationEnrollmentChallengeResponse {
    auth_session: string;
    barcode_uri: string;
    id: string;
    location: string;
    manual_input_code?: string;
    type: "push-notification";
}

Hierarchy

  • EnrollmentChallengeBaseResponse
    • PushNotificationEnrollmentChallengeResponse

Properties

auth_session: string
barcode_uri: string
id: string
location: string
manual_input_code?: string
type: "push-notification"