Preparing search index...
The search index is not available
IQRF Gateway Webapp JavaScript client - v0.3.0-beta.12
IQRF Gateway Webapp JavaScript client
Types
Network
EapConfiguration
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
anonymous
Identity?
cert?
identity
password
phase
One
Method
phase
Two
Method
Properties
Optional
anonymous
Identity
anonymousIdentity
?:
string
Optional
cert
cert
?:
string
identity
identity
:
string
password
password
:
string
phase
One
Method
phaseOneMethod
:
null
|
EapPhaseOneMethod
phase
Two
Method
phaseTwoMethod
:
null
|
EapPhaseTwoMethod
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
anonymous
Identity
cert
identity
password
phase
One
Method
phase
Two
Method
IQRF Gateway Webapp JavaScript client - v0.3.0-beta.12
Loading...
EAP (Extensible Authentication Protocol) configuration