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\u003eThis document outlines the \u003ccode\u003eIAMCredentials\u003c/code\u003e class, a component of the Google Cloud IAM Credentials V1 .NET library, with the latest version being 2.4.0.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eIAMCredentials\u003c/code\u003e represents a static class used to interact with service account credentials, which are employed by applications or virtual machines to authenticate with Google APIs instead of individual end users.\u003c/p\u003e\n"],["\u003cp\u003eThe class offers two methods, \u003ccode\u003eBindService\u003c/code\u003e, that are designed for service definition creation and registration with a server, accepting an \u003ccode\u003eIAMCredentialsBase\u003c/code\u003e object for handling server-side logic.\u003c/p\u003e\n"],["\u003cp\u003eSupported credential types for service accounts include OAuth 2.0 access tokens, OpenID Connect ID tokens, and self-signed JSON Web Tokens (JWTs).\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eIAMCredentials\u003c/code\u003e class inherits from the .NET \u003ccode\u003eObject\u003c/code\u003e class, providing standard methods like \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,[]]