Interface PushNotificationEnrollmentVerifyOptions

interface PushNotificationEnrollmentVerifyOptions {
    auth_session: string;
    location: string;
    type: "push-notification";
}

Hierarchy

  • EnrollmentVerifyBaseOptions
    • PushNotificationEnrollmentVerifyOptions

Properties

auth_session: string
location: string
type: "push-notification"