Class Overview
Enumerates Authentication Types
Summary
Enum Values |
MobileApnConfig.AuthType |
AUTHTYPE_CHAP |
Mobile Access Point Authentication type for parameter CHAP |
MobileApnConfig.AuthType |
AUTHTYPE_NONE |
Mobile Access Point Authentication type for parameter None |
MobileApnConfig.AuthType |
AUTHTYPE_PAP |
Mobile Access Point Authentication type for parameter PAP |
MobileApnConfig.AuthType |
AUTHTYPE_PAP_OR_CHAP |
Mobile Access Point Authentication type for parameter PAP or CHAP |
MobileApnConfig.AuthType |
AUTHTYPE_UNSET |
Mobile Access Point Authentication type for parameter unset |
Enum Values
Mobile Access Point Authentication type for parameter CHAP
Mobile Access Point Authentication type for parameter None
Mobile Access Point Authentication type for parameter PAP
Mobile Access Point Authentication type for parameter PAP or CHAP
Mobile Access Point Authentication type for parameter unset
Public Methods