updateAuthApplication method

ResponseFuture<UpdateAuthApplicationResponse> updateAuthApplication(
  1. UpdateAuthApplicationRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$11.UpdateAuthApplicationResponse> updateAuthApplication($11.UpdateAuthApplicationRequest request, {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$updateAuthApplication, request, options: options);
}