onvif
    Preparing search index...

    Interface EAPMethodConfiguration

    interface EAPMethodConfiguration {
        extension?: EapMethodExtension;
        password?: string;
        TLSConfiguration?: TLSConfiguration;
    }
    Index
    extension?: EapMethodExtension
    password?: string

    Password for those EAP Methods that require a password. The password shall never be returned on a get method.

    TLSConfiguration?: TLSConfiguration

    Confgiuration information for TLS Method.