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

    Interface SetGuardianFactorsProviderPushNotificationApnsRequestContent

    This file was auto-generated by Fern from our API Definition.

    interface SetGuardianFactorsProviderPushNotificationApnsRequestContent {
        sandbox?: boolean;
        bundle_id?: string;
        p12?: string;
    }
    Index

    Properties

    sandbox?: boolean
    bundle_id?: string
    p12?: string