Added in API level 33

EapAkaOption

class EapAkaOption
kotlin.Any
   ↳ android.net.eap.EapSessionConfig.EapAkaOption

EapAkaOption represents optional configurations for EAP AKA authentication.

Summary

Nested classes

This class can be used to incrementally construct an EapAkaOption.

Public methods
ByteArray?

Retrieves the re-authentication ID

Public methods

getReauthId

Added in API level 33
fun getReauthId(): ByteArray?

Retrieves the re-authentication ID

Return
ByteArray? the re-authentication ID This value may be null.