IAMCredentialsServiceBase class abstract

Annotations
  • @GrpcServiceName.new('google.iam.credentials.v1.IAMCredentials')

Constructors

IAMCredentialsServiceBase()

Properties

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

Methods

$addMethod(ServiceMethod method) → void
inherited
$lookupMethod(String name) → ServiceMethod?
inherited
$onMetadata(ServiceCall context) → void
Client metadata handler.
inherited
generateAccessToken(ServiceCall call, GenerateAccessTokenRequest request) Future<GenerateAccessTokenResponse>
generateAccessToken_Pre(ServiceCall $call, Future<GenerateAccessTokenRequest> $request) Future<GenerateAccessTokenResponse>
generateIdToken(ServiceCall call, GenerateIdTokenRequest request) Future<GenerateIdTokenResponse>
generateIdToken_Pre(ServiceCall $call, Future<GenerateIdTokenRequest> $request) Future<GenerateIdTokenResponse>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
signBlob(ServiceCall call, SignBlobRequest request) Future<SignBlobResponse>
signBlob_Pre(ServiceCall $call, Future<SignBlobRequest> $request) Future<SignBlobResponse>
signJwt(ServiceCall call, SignJwtRequest request) Future<SignJwtResponse>
signJwt_Pre(ServiceCall $call, Future<SignJwtRequest> $request) Future<SignJwtResponse>
toString() String
A string representation of this object.
inherited

Operators

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