Stay organized with collections
Save and categorize content based on your preferences.
EapInfo
abstract class EapInfo
Known Direct Subclasses
EapAkaInfo |
EapAkaInfo represents data provided by the server during EAP AKA authentication
|
|
EapInfo represents data provided by the server during EAP authentication
Summary
Public methods |
Int |
Retrieves EAP method type
|
Public methods
getEapMethodType
fun getEapMethodType(): Int
Retrieves EAP method type
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 UTC.
[null,null,["Last updated 2025-02-10 UTC."],[],[],null,["# EapInfo\n\nAdded in [API level 33](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels)\n\nEapInfo\n=======\n\n*** ** * ** ***\n\nKotlin \\|[Java](/reference/android/net/eap/EapInfo \"View this page in Java\") \n\n```\nabstract class EapInfo\n```\n\n|---|------------------------------|\n| [kotlin.Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html) ||\n| ↳ | [android.net.eap.EapInfo](#) |\n\n|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| Known Direct Subclasses [EapAkaInfo](/reference/kotlin/android/net/eap/EapAkaInfo) |------------------------------------------------------------|---------------------------------------------------------------------------------| | [EapAkaInfo](/reference/kotlin/android/net/eap/EapAkaInfo) | EapAkaInfo represents data provided by the server during EAP AKA authentication | |\n\nEapInfo represents data provided by the server during EAP authentication\n\nSummary\n-------\n\n| Public methods ||\n|----------------------------------------------------------------------------|-----------------------------------------------------------------------|\n| [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | [getEapMethodType](#getEapMethodType())`()` Retrieves EAP method type |\n\nPublic methods\n--------------\n\n### getEapMethodType\n\nAdded in [API level 33](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nfun getEapMethodType(): Int\n```\n\nRetrieves EAP method type\n\n| Return ||\n|----------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | EAP method type Value is [android.net.eap.EapSessionConfig.EapMethodConfig#EAP_TYPE_SIM](/reference/kotlin/android/net/eap/EapSessionConfig.EapMethodConfig#EAP_TYPE_SIM:kotlin.Int), [android.net.eap.EapSessionConfig.EapMethodConfig#EAP_TYPE_TTLS](/reference/kotlin/android/net/eap/EapSessionConfig.EapMethodConfig#EAP_TYPE_TTLS:kotlin.Int), [android.net.eap.EapSessionConfig.EapMethodConfig#EAP_TYPE_AKA](/reference/kotlin/android/net/eap/EapSessionConfig.EapMethodConfig#EAP_TYPE_AKA:kotlin.Int), [android.net.eap.EapSessionConfig.EapMethodConfig#EAP_TYPE_MSCHAP_V2](/reference/kotlin/android/net/eap/EapSessionConfig.EapMethodConfig#EAP_TYPE_MSCHAP_V2:kotlin.Int), or [android.net.eap.EapSessionConfig.EapMethodConfig#EAP_TYPE_AKA_PRIME](/reference/kotlin/android/net/eap/EapSessionConfig.EapMethodConfig#EAP_TYPE_AKA_PRIME:kotlin.Int) |"]]