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