signBlob method
- @Deprecated('This method is deprecated')
- SignBlobRequest request, {
- CallOptions? options,
Note: This method is deprecated. Use the
signBlob
method in the IAM Service Account Credentials API instead. If you currently
use this method, see the migration
guide for
instructions.
Signs a blob using the system-managed private key for a google.iam.admin.v1.ServiceAccount.
Implementation
@$core.Deprecated('This method is deprecated')
$grpc.ResponseFuture<$0.SignBlobResponse> signBlob(
$0.SignBlobRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$signBlob, request, options: options);
}