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 |
|
| Public methods | |
|---|---|
| Boolean | |
| ByteArray? |
Retrieves the re-authentication ID |
| Int |
hashCode() |
Public methods
equals
Added in API level 33
fun equals(other: Any?): Boolean
| Parameters | |
|---|---|
obj |
the reference object with which to compare. |
| Return | |
|---|---|
Boolean |
true if this object is the same as the obj argument; false otherwise. |
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. |