Added in API level 33

EapAkaInfo


class EapAkaInfo : EapInfo
kotlin.Any
   โ†ณ android.net.eap.EapInfo
   โ†ณ android.net.eap.EapAkaInfo

EapAkaInfo represents data provided by the server during EAP AKA authentication

Summary

Nested classes

This class can be used to incrementally construct an EapAkaInfo.

Public methods
ByteArray?

Retrieves re-authentication ID from server for next use.

Inherited functions

Public methods

getReauthId

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

Retrieves re-authentication ID from server for next use.

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

See Also