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

    Interface GetGuardianFactorsProviderApnsResponseContent

    interface GetGuardianFactorsProviderApnsResponseContent {
        bundle_id?: string | null;
        sandbox?: boolean;
        enabled?: boolean;
    }
    Index

    Properties

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