A service account is a special type of Google account that belongs to your
application or a virtual machine (VM), instead of to an individual end user.
Your application assumes the identity of the service account to call Google
APIs, so that the users aren't directly involved.
Service account credentials are used to temporarily assume the identity
of the service account. Supported credential types include OAuth 2.0 access
tokens, OpenID Connect ID tokens, self-signed JSON Web Tokens (JWTs), and
more.
public static void BindService(ServiceBinderBase serviceBinder, IAMCredentials.IAMCredentialsBase serviceImpl)
Register service method with a service binder with or without implementation. Useful when customizing the service binding logic.
Note: this method is part of an experimental API that can change or be removed without any prior notice.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eIAMCredentials\u003c/code\u003e class, part of the \u003ccode\u003eGoogle.Cloud.Iam.Credentials.V1\u003c/code\u003e namespace, is used for managing service account credentials in Google Cloud, with the latest version being 2.4.0.\u003c/p\u003e\n"],["\u003cp\u003eService accounts are special Google accounts used by applications or VMs to call Google APIs, allowing applications to assume the identity of the service account without direct user involvement.\u003c/p\u003e\n"],["\u003cp\u003eService account credentials can be used to gain temporary access, supporting credential types such as OAuth 2.0 access tokens, OpenID Connect ID tokens, and JSON Web Tokens.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eIAMCredentials\u003c/code\u003e class provides methods, such as \u003ccode\u003eBindService\u003c/code\u003e, for creating service definitions and registering service methods, with the \u003ccode\u003eBindService\u003c/code\u003e method allowing for implementation of server-side handling logic.\u003c/p\u003e\n"],["\u003cp\u003eThis class inherits from the \u003ccode\u003eObject\u003c/code\u003e class and has various inherited members such as \u003ccode\u003eGetHashCode\u003c/code\u003e, \u003ccode\u003eGetType\u003c/code\u003e, \u003ccode\u003eMemberwiseClone\u003c/code\u003e, and \u003ccode\u003eToString\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]