Added in API level 31

EapMsChapV2Config

class EapMsChapV2Config : EapSessionConfig.EapMethodConfig
kotlin.Any
   ↳ android.net.eap.EapSessionConfig.EapMethodConfig
   ↳ android.net.eap.EapSessionConfig.EapMsChapV2Config

EapMsChapV2Config represents the configs needed for an EAP MSCHAPv2 session.

Summary

Inherited constants
Public methods
open String

Retrieves the password

open String

Retrieves the username

Inherited functions

Public methods

getPassword

Added in API level 31
open fun getPassword(): String

Retrieves the password

Return
String the password to be used by MSCHAPV2 This value cannot be null.

getUsername

Added in API level 31
open fun getUsername(): String

Retrieves the username

Return
String the username to be used by MSCHAPV2 This value cannot be null.