GoogleCredentials

actual typealias GoogleCredentials = <Error class: unknown class>

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.