EapSessionConfig.EapMsChapV2Config

public static class EapSessionConfig.EapMsChapV2Config
extends EapSessionConfig.EapMethodConfig

java.lang.Object
   ↳ 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

String getPassword()

Retrieves the password

String getUsername()

Retrieves the username

Inherited methods

Public methods

getPassword

Added in API level 31
public String getPassword ()

Retrieves the password

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

getUsername

Added in API level 31
public String getUsername ()

Retrieves the username

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