getDecodedIDToken

abstract suspend fun getDecodedIDToken(context: Context): LinkedHashMap<String, Any>

Get the decoded ID token

Return

The decoded ID token String

Parameters

context

The Context instance.