updateAppOAuth_Pre method

Future<AuthAdminResponse> updateAppOAuth_Pre(
  1. ServiceCall call,
  2. Future<AuthAdminRequest> request
)

Implementation

$async.Future<$0.AuthAdminResponse> updateAppOAuth_Pre($grpc.ServiceCall call,
    $async.Future<$0.AuthAdminRequest> request) async {
  return updateAppOAuth(call, await request);
}