authType property

String? authType
getter/setter pair

Authentication type of the APN.

Optional. Possible string values are:

  • "AUTH_TYPE_UNSPECIFIED" : Unspecified. If username is empty, defaults to NONE. Otherwise, defaults to PAP_OR_CHAP.
  • "NONE" : Authentication is not required.
  • "PAP" : Authentication type for PAP.
  • "CHAP" : Authentication type for CHAP.
  • "PAP_OR_CHAP" : Authentication type for PAP or CHAP.

Implementation

core.String? authType;