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