Package apple.networkextension.enums
Class NEHotspotConfigurationTTLSInnerAuthenticationType
- java.lang.Object
-
- apple.networkextension.enums.NEHotspotConfigurationTTLSInnerAuthenticationType
-
public final class NEHotspotConfigurationTTLSInnerAuthenticationType extends java.lang.Object[@typedef] NEHotspotConfigurationEAPTTLSInnerAuthenticationType TTLS Inner Authentication Type. [@const] NEHotspotConfigurationEAPTTLSInnerAuthenticationPAP PAP. [@const] NEHotspotConfigurationEAPTTLSInnerAuthenticationCHAP CHAP. [@const] NEHotspotConfigurationEAPTTLSInnerAuthenticationMSCHAP MSCHAP. [@const] NEHotspotConfigurationEAPTTLSInnerAuthenticationMSCHAPv2 MSCHAPv2. [@const] NEHotspotConfigurationEAPTTLSInnerAuthenticationEAP EAP (Default).
-
-
Field Detail
-
PAP
public static final long PAP
- See Also:
- Constant Field Values
-
CHAP
public static final long CHAP
- See Also:
- Constant Field Values
-
MSCHAP
public static final long MSCHAP
- See Also:
- Constant Field Values
-
MSCHAPv2
public static final long MSCHAPv2
- See Also:
- Constant Field Values
-
EAP
public static final long EAP
- See Also:
- Constant Field Values
-
-