getIDToken

abstract suspend fun getIDToken(context: Context): String?

Get the ID token from the token.

Return

The ID token String

Parameters

context

The Context instance.