IQRF Gateway Webapp JavaScript client - v0.3.0-beta.13
    Preparing search index...

    Interface EapConfiguration

    EAP (Extensible Authentication Protocol) configuration

    interface EapConfiguration {
        anonymousIdentity?: string;
        cert?: string;
        identity: string;
        password: string;
        phaseOneMethod: null | EapPhaseOneMethod;
        phaseTwoMethod: null | EapPhaseTwoMethod;
    }
    Index

    Properties

    anonymousIdentity?: string
    cert?: string
    identity: string
    password: string
    phaseOneMethod: null | EapPhaseOneMethod
    phaseTwoMethod: null | EapPhaseTwoMethod