ProjectsServiceAccountsResource class

Constructors

ProjectsServiceAccountsResource(ApiRequester client)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

generateAccessToken(GenerateAccessTokenRequest request, String name, {String? $fields}) Future<GenerateAccessTokenResponse>
Generates an OAuth 2.0 access token for a service account.
generateIdToken(GenerateIdTokenRequest request, String name, {String? $fields}) Future<GenerateIdTokenResponse>
Generates an OpenID Connect ID token for a service account.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
signBlob(SignBlobRequest request, String name, {String? $fields}) Future<SignBlobResponse>
Signs a blob using a service account's system-managed private key.
signJwt(SignJwtRequest request, String name, {String? $fields}) Future<SignJwtResponse>
Signs a JWT using a service account's system-managed private key.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited