GoogleCredentials

actual typealias GoogleCredentials = com.google.auth.oauth2.GoogleCredentials

On JVM and Android, ADK credentials are the Java Auth Library's GoogleCredentials.

expect class GoogleCredentials

ADK-owned handle to Google Cloud credentials for Vertex AI (see VertexCredentials). On JVM and Android it is a typealias for com.google.auth.oauth2.GoogleCredentials; toGenaiSdk bridges it to the GenAI SDK.