@auth0/auth0-angular
    Preparing search index...

    Interface PushNotificationEnrollmentVerifyOptions

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

    Hierarchy

    • EnrollmentVerifyBaseOptions
      • PushNotificationEnrollmentVerifyOptions
    Index

    Properties

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