Auth0 Node.js SDK - v5.2.0
    Preparing search index...

    Interface UpdateGuardianFactorsProviderPushNotificationApnsRequestContent

    {}
    
    interface UpdateGuardianFactorsProviderPushNotificationApnsRequestContent {
        sandbox?: boolean;
        bundle_id?: string | null;
        p12?: string | null;
    }
    Index

    Properties

    sandbox?: boolean
    bundle_id?: string | null
    p12?: string | null