Nativescript plugin for https requests
    Preparing search index...

    Interface HttpsSSLPinningOptions

    interface HttpsSSLPinningOptions {
        allowInvalidCertificates?: boolean;
        certificate: string;
        commonName?: string;
        host: string;
        validatesDomainName?: boolean;
    }
    Index

    Properties

    allowInvalidCertificates?: boolean
    certificate: string
    commonName?: string
    host: string
    validatesDomainName?: boolean